body {
  --sb-track-color: #e5e6e6;
  --sb-thumb-color: #163d84;
  --sb-size: 6px;

  scrollbar-color: var(--sb-track-color);
}

body::-webkit-scrollbar {
  width: var(--sb-size);
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
  /* background: var(--sb-thumb-color); */
  border-radius: 10px;
}
body {
  font-family: 'Poppins', sans-serif;
}
html {
  height: 100%;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}
html,
input,
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}
.truncatePurchased {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

button.btn.close {
  padding: 2px 6px;
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}
td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px 5px 5px 20px;
}
tr:nth-child(even) {
  background-color: #dddddd;
}
.borad-0 {
  border-radius: 0 !important;
}
.borad-10 {
  border-radius: 10px;
}
/* .badge:hover {
  cursor: pointer;
  background-color: #222f63 !important;
} */
.custom-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  font-weight: 600;
  border-radius: 6px;
  border: 2px solid;
  font-size: 13px;
}

.badge-pending {
  color: #000;
  background-color: #fff7e6; /* soft orange */
  border-color: #f0ad4e;
}

.badge-failed {
  color: #000;
  background-color: #fbeaea; /* soft red */
  border-color: #dc3545;
}

.badge-done {
  color: #000;
  background-color: #e6f7e6; /* soft green */
  border-color: #28a745;
}

.text-pending-icon {
  color: #f0ad4e; /* orange */
}

.text-failed-icon {
  color: #dc3545; /* red */
}

.text-success-icon {
  color: #28a745; /* green */
}

.error {
  font-size: 10px;
  color: red;
}
.no-border table,
.no-border th,
.no-border td {
  border: transparent !important;
}
.text-elipsis {
  width: 100%;
  padding: 0;
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin: 0 5px 0 5px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}
.navActive {
  color: rgb(103, 119, 239) !important;
}
.page-item-custom.disabled,
.page-item-custom.disabled a,
.page-item-custom.disabled a:hover {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.pt-4c5 {
  padding-top: 40px;
}
.h-100vh {
  height: 100vh;
}
.min-h-100vh {
  min-height: 100vh;
}
.fs-5-res {
  font-size: 20px;
}
.fz-9 {
  font-size: 9px;
}
.fz-10 {
  font-size: 10px;
}
.fz-11 {
  font-size: 11px;
}
.fz-12 {
  font-size: 12px;
}
.fz-13 {
  font-size: 13px !important;
}
.fz-14 {
  font-size: 14px;
}
.fz-15 {
  font-size: 15px;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.card-custom {
  position: relative;
  margin-bottom: 2em;
  background-color: #fff;
  width: 100%;
  border-radius: 0.75em;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 1em;
}
.card-custom2 {
  position: relative;
  background-color: #fff;
  width: 100%;
  min-height: 170px;
  border-radius: 0.75em;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 1em;
}
.card-custom-fixFile {
  position: relative;
  background-color: #fff;
  width: 100%;
  min-height: 130px;
  border-radius: 0.75em;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 1em;
}
.button {
  position: relative;
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  background: #f49c4c;
  color: #fff;
  text-align: center;
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.02em;
  height: 2.5em;
  flex-shrink: 0;
  white-space: nowrap;
  padding: 0 0.9em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  min-width: 11em;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    opacity 0.2s ease-out;
}
.button:disabled {
  opacity: 0.4;
  pointer-events: none;
}
button:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.button_dark {
  background: #f49c4c !important;
  color: #fff !important;
}
.button__text {
  margin: 0 auto;
}
.button__counter {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(55%, -35%);
  font-size: 0.85em;
  font-weight: 700;
  width: 24px;
  height: 24px;
  line-height: 20px;
  text-align: center;
  background-color: #38404b;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.6);
}
.files {
  margin-bottom: 3em;
  background-color: #fff;
  /* max-width: 970px; */
  border-radius: 0.75em;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 1em;
  padding: 1.6em 0;
}
.files-buttons {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
}
.fz-card {
  font-size: 12px;
  text-align: center;
}
.w-80 {
  width: 80%;
}
.files-buttons:not(:last-child) {
  margin-bottom: 0.7em;
}
.files__list-outer {
  position: relative;
  /* width: 80%; */
  width: 95%;
  min-height: calc(213px + 20px);
  margin-bottom: 0.7em;
  /* border: 1px dashed green; */
  border-radius: 20px;
}
.files__list-outer-custom {
  position: relative;
  width: 95%;
  min-height: calc(213px + 20px);
  margin-bottom: 0.7em;
  border-radius: 20px;
}
.files__list-outer2 {
  position: relative;
  /* width: 80%; */
  /* width: 50%; */
  min-height: calc(213px + 20px);
  margin-bottom: 0.7em;
  /* border: 1px dashed green; */
  border-radius: 20px;
}
.input-files {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.drop-caption {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
.drop-caption__text {
  font-size: 1em;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  letter-spacing: 0.02em;
  transform: translateY(-50%);
}
.close {
  font-size: 10px;
  position: absolute;
  top: -6px;
  right: -6px;
  color: #fff;
  border-radius: 25%;
  background: rgb(228, 11, 11) !important;
}
.img-dragdrop {
  width: 124px;
  height: 100%;
}
.btn-custom {
  border-radius: 4px;
  font-size: 11px;
}
.btn-border-none {
  border: none;
}
.btn-danger-custom {
  background-color: #f00;
  color: #fff;
}
.btn-primary-custom {
  background-color: #288bab;
  color: #fff;
}
.btn-danger-custom:hover {
  background-color: #f00 !important;
  color: #fff !important;
}
.btn-primary-custom:hover {
  background-color: #288bab !important;
  color: #fff !important;
}
.img-card {
  width: 40px;
  height: 100%;
}
.navbar-custom {
  background-color: #fff;
  width: 100%;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 1em;
}
.navbar .nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.dropdown-item {
  background-color: transparent !important;
}
.dropdown-item:hover {
  background-color: #e4e3e3 !important;
  border-radius: 10px;
}
.footer-custom {
  position: relative;
  background-color: #fff;
  width: 100%;
  border-radius: 0.75em;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 1em;
}
.icon-footer {
  width: 18px;
  height: auto;
}
.icon-footer-email {
  width: 20px;
  height: auto;
}
.icon-bg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  /* background-color: #f5f5f5; */
  border-radius: 6px;
  margin-right: 10px;
}

.icon-bg i {
  font-size: 16px;
  color: #333; /* Warna ikon */
  margin: auto;
}

.img-logo {
  width: 50px;
  height: auto;
}
.wrapper-icon {
  position: relative;
  background-color: #fff;
  width: 100%;
  border-radius: 0.75em;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 11px;
}
.text-blue {
  color: #4277c0;
}
.text-blue-dark {
  color: #222f63;
}
.text-green-custom {
  color: rgb(14, 146, 14);
}
.pending,
.done {
  height: 487px;
}
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 10px;
}
.file-proses {
  text-align: center;
  vertical-align: middle;
}
.img-cek {
  width: 250px;
  height: auto;
}
.btn-back {
  font-size: 20px;
}
.radio-custom {
  display: none;
}
.checkbox-custom {
  display: none;
}
.radio-btn2 {
  position: relative;
  cursor: pointer;
  text-align: center;
  border: 1px solid rgb(211, 211, 211);
  height: auto;
}
.radio-btn2 > .check-custom {
  height: 100%;
  color: rgb(14, 146, 14);
  font-size: 16px;
  border-radius: 50px;
  padding: 3px;
  transition: 0.2s;
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
}
.card-payment {
  cursor: pointer;
}
.card-payment input:checked + .radio-btn2 > .check-custom {
  opacity: 1;
}

.card-payment input:checked + .radio-btn2 {
  border: 1px solid #5872ff;
  background: #ffffff;
}
.card-payment input:checked + .radio-btn2 > .check-custom {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.check-custom {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: -4px;
}
.checkbox-btn-variant {
  position: relative;
  cursor: pointer;
  text-align: center;
  border: 1px solid rgb(211, 211, 211);
  height: auto;
}
.checkbox-btn-variant > .check-custom-variant {
  height: 100%;
  color: rgb(14, 146, 14);
  font-size: 16px;
  border-radius: 50px;
  padding: 3px;
  transition: 0.2s;
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
}
.card-variant {
  cursor: pointer;
}
.card-variant input:checked + .checkbox-btn-variant > .check-custom-variant {
  opacity: 1;
}

.card-variant input:checked + .checkbox-btn-variant {
  border: 1px solid #5872ff;
  background: #ffffff;
}
.card-variant input:checked + .checkbox-btn-variant > .check-custom-variant {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.check-custom-variant {
  position: absolute;
  font-size: 10px !important;
  top: -3px;
  right: -8px;
}
.payment-logo {
  width: 70px;
  height: auto;
}
.bi-container {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 1044;
  cursor: pointer;
}
.bi-icon-holder {
  width: 47px;
  height: 47px;
  bottom: 140px;
  left: 10px;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 30px;
  z-index: 99999;
}
.bi-icon-holder i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 25px;
  color: #ffffff;
}
.min-h-70vh {
  min-height: 70vh;
}
.bi-options {
  list-style-type: none;
  margin: 0;
  position: absolute;
  bottom: 48px;
  left: -37px;
  opacity: 0;
  transition: all 0.3s ease;
  transform: scale(0);
  transform-origin: 85% bottom;
}
.bi-options li {
  display: flex;
  justify-content: flex-start;
  padding: 5px;
}
.act-btn {
  display: block;
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 140px;
  left: 10px;
  color: #fff;
  background: #5c8a8a;
  border-radius: 10px;
  text-align: center;
  font-size: 30px;
  z-index: 99999;
}
.act-btn:hover {
  background: #212529;
}
.act-btn-top {
  display: none;
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 140px;
  right: 10px;
  color: #fff;
  background: #5c8a8a;
  border-radius: 10px;
  text-align: center;
  font-size: 30px;
  z-index: 99999;
}
.act-btn-top:hover {
  background: #212529;
}
.input-custom {
  width: 60px;
  height: 22px;
  font-size: 12px;
  text-align: center;
}
.custom-dropdown-menu {
  background-color: #fff !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: none !important;
  width: auto !important;
}
.navbar-toggler {
  border: none !important;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0 !important;
}
.bg-file {
  border-radius: 15px;
  background: #f8f8f8;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.bg-blue-custom {
  background: #222f63;
  color: #fff;
}
.hr-vertical {
  width: 1px;
  height: 140px;
  background: rgba(0, 0, 0, 0.38);
}
.hr-vertical-small {
  width: 1px;
  height: 67px;
  background: rgba(0, 0, 0, 0.13);
  margin: 0;
  padding: 0;
}
.img-illustration {
  width: 200px;
  height: auto;
  margin-top: -72px;
}
.text-orange {
  color: rgba(244, 156, 76, 0.79);
}
.bg-star {
  color: #f49c4c;
}
.bg-orange {
  background-color: rgba(244, 156, 76, 0.79);
}
.icon-function {
  width: 70px;
  height: auto;
}
.set-height {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.w-why {
  width: 43%;
}
.wrapper-banner-front {
  /* height: 523px; */
  /* width: 157px; */
  height: 100%;
}
.wrapper-banner-mobile-front {
  /* width: 630px;
  height: 260px; */
  width: 100%;
  height: 100%;
}
.wrapper-banner {
  width: 120px;
  height: 440px;
}
.wrapper-banner-mobile {
  width: 100% !important;
  height: 160px !important;
}
.banner {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.object-cover {
  object-fit: cover;
}
.ellipsis {
  white-space: nowrap;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nowrap {
  white-space: nowrap;
}
.otp-form {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 600px;
  width: 100%;
}
.otp-container {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
.otp-input {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 14px !important;
  margin: 0 5px;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.3s;
}
.otp-input:focus {
  border-color: #007bff;
}
#verificationCode {
  width: 100%;
  margin-top: 15px;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.3s;
}
#verificationCode:focus {
  border-color: #007bff;
}
.img-profile-detail {
  width: 66px;
  height: 66px;
}
.img-profile-detail img {
  object-fit: cover;
}
.img-profile-freelancer {
  width: 30px;
  height: 30px;
}
.img-profile-freelancer img {
  object-fit: cover;
}
.btn-orange {
  background-color: #f49c4c;
}
.text-indent-custom {
  text-indent: 20px;
}
.start-custom {
  left: 30px;
}
.borad-btn {
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
}
.no-hover {
  background-color: #f49c4c;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
}
.no-hover:hover {
  background-color: #f49c4c;
}
.no-hover:focus {
  background-color: #f49c4c;
}

.btn-blue-dark {
  background-color: #222f63;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
}
.btn-blue-dark:hover {
  background-color: #222f63;
}
.btn-blue-dark:focus {
  background-color: #222f63;
}
.img-list-project {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.img-list-project-mobile {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.img-list-project-detail {
  width: 43px;
  height: 43px;
  object-fit: cover;
}
.badge-grey {
  background: rgba(195, 200, 212, 0.2);
}
.box-shadow {
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
}
button.accordion-button {
  color: #f49c4c !important;
  font-size: 12px;
  font-weight: 600;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px !important;
}
.swiper-pagination {
  position: relative !important;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper {
  width: 100% !important;
}
.d-flex-custom {
  display: flex;
}
.nav-profile.active {
  border: 1px solid #222f63;
}
.nav-pills .nav-referral {
  color: #000;
  border-radius: 0;
}
.nav-pills .nav-referral.active {
  color: #000;
  background: transparent !important;
  border-bottom: 3px solid #222f63;
}
.dataTables_wrapper {
  font-size: 12px !important;
}
.tags-input {
  position: relative;
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 12px;
  border-radius: 0.375rem;
}
.tags-input ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tags-input li {
  display: inline-block;
  background-color: #f2f2f2;
  color: #333;
  border-radius: 20px;
  padding: 3px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.tags-input input[type='text'] {
  border: none;
  outline: none;
  padding: 5px;
}
.tags-input input[type='text']:focus {
  outline: none;
}
.tags-input .delete-button {
  background-color: transparent;
  border: none;
  color: #999;
  cursor: pointer;
  margin-left: 5px;
}
.desc-limit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 8;
}
.desc-limit-paket {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.nav-detailProject {
  color: #000 !important;
  border-radius: 0;
}
.nav-detailProject.active {
  color: #000 !important;
  border-bottom: 3px solid #222f63;
  border-radius: 0;
}
.avatar-navbar {
  width: 32px;
  height: 32px;
  object-fit: cover;
}
.avatar-job {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
/* .box-pagination {
  width: 30px;
  height: 30px;
  padding: 5px;
} */
.active > .page-link,
.page-link.active {
  background-color: #222f63;
}
.page-link:focus {
  box-shadow: none !important;
}
.img-kyc {
  max-height: 200px;
  object-fit: cover;
}
.wrapper-chat-parent {
  /* width: 100% !important; */
  /* border-radius: 10px; */
  /* background-color: #fff; */
  /* box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25); */
  /* border: 1px solid rgba(0, 0, 0, 0.1); */
  background: #f4f3f4;
}
.overflow-y-custom {
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.overflow-y-custom::-webkit-scrollbar {
  width: 0;
}
.h-90vh {
  height: 90vh;
}
.h-100vh {
  height: 100vh;
}
.input-custom {
  display: inline-flex;
  /* height: 58px; */
  padding: 3px 10px 3px 5px;
  justify-content: center;
  align-items: center;
  border-radius: 48px;
  border: 1px solid #dad4d4;
}
.input-custom-detail {
  border: none;
  font-size: 14px;
}
.input-custom-detail:focus {
  box-shadow: none;
}
.bg-search-chat {
  background: #e8e7e8;
}
.input-group-text {
  background-color: transparent;
  border: none;
  cursor: pointer;
  /* height: 56px; */
}
.input-custom-detail-chat {
  background: transparent;
  border: none;
  font-size: 14px;
}
.input-custom-detail-chat:focus {
  font-size: 14px;
  border: none;
  background: transparent;
  box-shadow: none;
}
.focus-grey:focus {
  background: #f4f4f4;
}
.bg-grey-young {
  background: #f4f4f4;
}
.offcanvas-line {
  width: 100%;
  height: 1px;
  opacity: 0.08;
  background: #22172a;
}
.wrapper-chat-parent {
  /* width: 100% !important; */
  /* border-radius: 10px; */
  /* background-color: #fff; */
  /* box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25); */
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #f4f3f4;
}
.wrapper-chat {
  width: 100% !important;
  /* background-color: #fff; */
  /* box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25); */
  /* height: 83vh; */
}
.wrapper-chat-detail {
  height: 83vh;
}
.totalListChat {
  display: flex;
  width: 20px;
  height: 20px;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 62px;
  background: #222f63;
  color: #fff;
}
.bg-chat-detail {
  /* background: url('../img/bg/bg-chat-detail.svg'); */
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-top-chat {
  /* background: #fff; */
  /* border: 1px solid #dad4d4; */
  border-bottom: 1px solid #dad4d4;
  border-right: 1px solid #dad4d4;
  border-radius: 2px;
}
.listImg-message-chat {
  width: 35px;
  height: 35px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.process {
  padding: 5px;
}
.list-chat {
  /* border-radius: 5px; */
  border-bottom: 1px solid #dad4d4;
  padding: 8px;
  margin-bottom: 2px;
}
/* hover list chat if doesnt have active class */
.list-chat:not(.active):hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.active {
  background-color: rgba(0, 0, 0, 0.09);
}
.opacity-05 {
  opacity: 0.5;
}
.opacity-0 {
  opacity: 0;
}
.opacity-1 {
  opacity: 1;
}
.text-dark-custom {
  color: #262626;
}
.chat-container {
  flex: 1;
  padding: 15px 15px 80px 15px !important;
  /* margin: 50px 0; */
  height: 83vh;
}
.ilustration-chat {
  width: 300px;
}
.bg-bottom-chat {
  border-radius: 20px;
  background: #f4f3f4;
}
.bg-bottom-chat:hover {
  border-radius: 20px;
  background: #f4f3f4;
}
.input-group-custom {
  margin-top: auto !important;
  margin-bottom: 0 !important;
  border-radius: 80px !important;
  width: 100% !important;
  margin: 0 20px;
  /* max-width: 400px !important; */
}
.form-control-custom {
  background-color: #f4f3f4;
  border: none;
}
.form-control-custom:focus {
  background-color: #f4f3f4;
  box-shadow: none;
}
.h-56 {
  height: 56px;
}
.listImg-message {
  width: 40px;
  height: 40px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.short-messages {
  white-space: nowrap;
  width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* .mt-92px {
  margin-top: 92px;
} */
.chat {
  margin-bottom: 50px;
}
.chat.me {
  margin-bottom: 50px;
}
.bubble-container-start {
  max-width: 80%;
}
.bubble-container-end {
  max-width: 80%;
}
.bubble {
  border-radius: 0px 20px 20px 20px;
  background: #e8e8e8;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  color: #282828;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  padding: 10px 15px;
  max-width: 100%;
  margin-top: 5px;
  font-size: 16px;
}
.bubble.me {
  border-radius: 20px 0px 20px 20px;
  background: #9747ff;
  color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  align-self: flex-end;
}
.time-left {
  font-size: 12px;
  color: #000;
  position: absolute;
  bottom: -20px;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 1.92px;
  left: 0;
}
.time-right {
  font-size: 12px;
  color: #000;
  position: absolute;
  bottom: -20px;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 1.92px;
  right: 0;
}
.listImg-message-chat-detail {
  width: 30px;
  height: 30px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  margin-top: 4px;
}
.w-100-res {
  width: 100% !important;
}
.left-dropdown {
  left: -60px !important;
}
.bg-grey-notif {
  width: 40px;
  height: 40px;
  /* background-color: #f2f2f2; */
  border-radius: 50%;
}
.wrapper-card-notif {
  position: absolute;
  top: 20px;
  left: -130px;
  padding-top: 20px;
  cursor: pointer;
}
.wrapper-card-notif-mobile {
  position: absolute;
  top: 20px;
  left: -240px;
  padding-top: 20px;
  cursor: pointer;
}
.wrapper-card-notif-admin {
  position: absolute;
  top: 20px;
  left: -180px;
  padding-top: 20px;
  cursor: pointer;
}
.card-notif {
  display: flex;
  flex-direction: column;
  width: 300px;
  height: 490px;
  color: #000;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 10px;
  outline: 0;
  border: 1px solid #f2f2f2;
  /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) ; */
  /* padding: 10px ; */
  transition: opacity 0.3s ease, visibility 0.3s ease;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  &::-webkit-scrollbar {
    display: none;
  }
}
.card-notif::-webkit-scrollbar {
  display: none;
}
.img-notif {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.content-notif {
  max-height: 490px;
  overflow-y: auto;
}
.content-notif::-webkit-scrollbar {
  display: none;
}
.content-notif {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.img-notif-empty {
  width: 70%;
  height: auto;
}
.top-title-notif {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 8px 0px;
}
.hover-notif {
  border-bottom: 1px solid rgba(18, 18, 18, 0.2);
}
.hover-notif:hover {
  background-color: #f0f3f7;
  opacity: 1;
}
.hide-notif {
  display: none;
}
.icon-notif:hover + .hide-notif,
.card-notif:hover {
  display: block;
  opacity: 1;
  visibility: visible;
}
.wrapper-dropdown:hover .card-notif {
  display: block;
  opacity: 1;
  visibility: visible;
}
.new-notif {
  width: 5px;
  height: 5px;
  background-color: red;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 2px;
}
.img-search-marketplace-empty {
  width: 30%;
  height: auto;
}
.bg-purple-notif {
  background-color: #8b549d76;
}
.limit-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5;
}
.title-detail-project {
  font-size: 13px !important;
}
.img-avatar-admin {
  width: 100px;
  height: auto;
}
.link-style {
  color: #027eb5;
}
.link-style:hover {
  color: #027eb5;
  text-decoration: underline;
}
.link-style-light {
  color: #41c6ff;
}
.link-style-light:hover {
  color: #41c6ff;
  text-decoration: underline;
}
.portofolio-document {
  width: 80px;
}
.btn-downloadPortofolio {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #dee2e6;
}
.btnClosePortofolio {
  top: -15px;
  right: -15px;
  color: red;
  font-size: 20px;
}
.logo-general {
  width: 100px;
  height: auto;
}
.handle-desc {
  width: 60%;
}
.imgTesti {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.cardTesti {
  height: 278px;
}
.cardTesti2 {
  height: 320px;
}
.img-portofolio {
  width: 400px;
}
.handleCard {
  padding: 0 5px 0 5px;
  z-index: 1 !important;
}
.bg-grey-love {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
}
.img-consultant {
  width: 100%;
  height: 155px;
  border-radius: 9px;
  object-fit: cover;
}
.text-title-card {
  font-size: clamp(10px, 1.4vw, 14px);
}
/* .text-subtitle-card {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 300;
    font-size: clamp(10px, 1.4vw, 12px);
  } */
.text-subtitle-card {
  white-space: nowrap;
  height: 24px; /* atau tinggi badge */
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin; /* Firefox */
}
.text-subtitle-card::-webkit-scrollbar {
  height: 4px;
}

.scrollable-container {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  pointer-events: auto;
}
.scrollable-container::-webkit-scrollbar {
  width: 0;
}

.ellipsisCategory {
  width: auto;
  background-color: #f2f2f2;
  color: rgba(0, 0, 0, 0.788);
  max-width: 180px;
}
.h1-main {
  color: #262626;
  font-family: 'Satoshi';
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.img-instant {
  width: 80px;
}
.border-info-order {
  --tw-border-opacity: 1;
  border: 1px solid rgb(233 233 233 / var(--tw-border-opacity));
  border-radius: 10px;
}
.badge-warning-custom {
  font-size: clamp(10px, 1.4vw, 12px);
  border-radius: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
}
.disabled-option {
  opacity: 0.5;
}
.bg-grey {
  background: #f5f5f5;
}
.lh-14 {
  line-height: 14px;
}
.w-color {
  width: 50%;
}
.filterStatus {
  width: 350px !important;
}
.select2-results__option {
  font-size: 13px !important;
}
.handleHeightFixFile {
  line-height: 100px;
}
.h-auto-important {
  min-height: auto !important;
}
.input-selectService {
  border: 1px solid #dee2e6;
}
.bg-disabled {
  background-color: #e9ecef !important;
}
/* .activeServiceOption {
  border: 1px solid #212e61;
} */
.px-18px {
  padding: 0 18px !important;
}
.card-items {
  /* max-height: 170px; */
  border-radius: 10px;
}
.card-items-default {
  height: 150px;
  border-radius: 20px !important;
}
.card-items-default-other {
  height: 120px;
  border-radius: 12px !important;
}
.btnHrefItem {
  background-color: #f49c4c !important;
}

/* range price slider */
.irs--round .irs-bar {
  background-color: #00c2c0;
}

.irs--round .irs-handle {
  background-color: #00c2c0;
  border-color: #00c2c0;
  box-shadow: 0px 0px 0px 5px rgba(0, 194, 192, 0.2);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #00c2c0;
}

.irs--round .irs-handle {
  width: 16px;
  height: 16px;
  top: 29px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  background-color: transparent;
  color: #666666;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before,
.irs--round .irs-min,
.irs--round .irs-max {
  display: none;
}

.handleContentDetail ol li {
  margin-bottom: 10px;
}

.allTutorial ol li {
  margin-bottom: 10px;
}

.img-error {
  width: 300px;
}

.handleHeightError {
  height: 80vh;
}

.position-checkService {
  top: 8px;
  right: 8px;
}

.activePaket {
  border: 1px solid #5872ff;
  background: #ffffff;
}

.positionCheckPaket {
  top: 1px;
  right: 10px;
}

.no-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.borderBottomPaket {
  display: inline-block;
  border-bottom: 3px solid #ff9500;
  padding-bottom: 2px;
}

.h-cardPaket {
  /* height: 455px; */
  height: 544px;
}

.h-desc-paket {
  height: 36px;
}
.clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.w-category {
  width: 180px;
}
@media only screen and (min-width: 430px) and (max-width: 519px) {
  .w-category {
    width: 180px;
  }
}
@media only screen and (min-width: 520px) and (max-width: 599px) {
  .w-category {
    width: 240px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .w-category {
    width: 230px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .w-category {
    width: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .w-category {
    width: 260px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .w-category {
    width: 250px;
  }
}
/* @media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .w-category {
    width: 200px;
  }
} */

@media screen and (max-width: 380px) {
  .handle-flex {
    flex-direction: column;
  }
  .handle-mt {
    margin-top: 10px;
  }
  .handle-desc {
    width: 100%;
  }
}
@media screen and (max-width: 355px) {
  .files__button .button__icon {
    transform: scale(0.75);
  }
  .button {
    font-size: 0.625em;
  }
  .btn-custom {
    font-size: 7px;
    padding: 2px 3px;
    border-radius: 4px;
  }
  .d-flex-custom {
    flex-direction: column;
  }
}
@media screen and (max-width: 555px) {
  .button {
    font-size: 0.75em;
  }
  .img-dragdrop {
    width: 100px;
  }
  .h5-res {
    font-size: 14px !important;
  }
  .span-parafrase {
    font-size: 12px !important;
  }
  .files__list-outer-custom {
    position: relative;
    width: 95%;
    min-height: 100px;
    height: 200px !important;
    margin-bottom: 0.7em;
    border-radius: 20px;
  }
}
@media screen and (max-width: 575px) {
  .h-desc-paket {
    height: auto !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .card-items-default-other {
    height: 170px;
  }
  .h-desc-paket {
    height: 48px;
  }
}
@media screen and (max-width: 576px) {
  .img-card {
    width: 40px !important;
    height: 100%;
  }
  .w-why {
    width: 100%;
    text-align: center;
  }
  .chat-container {
    padding: 15px 15px 100px 15px !important;
  }
  .short-messages {
    width: 140px;
  }
  .img-list-project {
    width: 60px;
    height: 60px;
    object-fit: cover;
  }
  .title-detailParaf {
    font-size: 14px !important;
  }
  .h-cardPaket {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .img-list-project-detail {
    width: 100px;
    height: 100px;
    object-fit: cover;
  }
  .title-detail-project {
    font-size: 16px !important;
  }
  .bi-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
  }
  .w-color {
    width: 25%;
  }
  .handleHeightFixFile {
    line-height: 260px !important;
  }
}
@media screen and (max-width: 768px) {
  .img-illustration {
    margin-top: -130px;
  }
  .w-why {
    width: 80%;
    text-align: center;
  }
  .chat-container {
    padding: 15px 15px 80px 15px !important;
  }
  .handleHeightError {
    height: 84vh;
  }
  .img-error {
    width: 80%;
  }
}
@media only screen and (max-width: 991px) {
  .hide-bullet {
    display: none !important;
  }
  .card-items {
    max-height: auto;
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .card-items-default {
    height: 200px;
  }
  .card-items-default-other {
    height: 216px;
  }
}
@media screen and (max-width: 992px) {
  .fz-card {
    font-size: 10px;
  }
  .fs-5-res {
    font-size: 12px;
  }
  .chat-container {
    padding: 15px 15px 30px 15px !important;
  }
  .w-100-res {
    width: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .ellipsis {
    width: 80px !important;
  }
  .card-items {
    max-height: 170px;
    border-radius: 10px;
  }
  .card-items-default {
    height: 115px;
    border-radius: 12px !important;
  }
  .card-items-default-other {
    height: 100px;
  }
}
@media screen and (max-width: 424px) {
  .ellipsis {
    width: 90px !important;
  }
}
.h6-res {
  font-size: 12px;
}
@media screen and (min-width: 992px) {
  .w-100-res {
    width: auto !important;
  }
  .h6-res {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1199px) {
  .short-messages {
    width: 110px;
  }
}
@media only screen and (min-width: 1200px) {
  .card-items-default {
    height: 135px;
    border-radius: 12px !important;
  }
  .card-items-default-other {
    height: 118px;
  }
  .h-desc-paket {
    height: 50px;
  }
}
@media only screen and (max-width: 1399px) {
  .short-messages {
    width: 130px;
  }
}
@media only screen and (min-width: 1400px) {
  .card-items-default {
    height: 160px;
    border-radius: 12px !important;
  }
  .card-items-default-other {
    height: 140px;
  }
  .h-desc-paket {
    height: 40px;
  }
}
